home *** CD-ROM | disk | FTP | other *** search
- #pragma once
- #include "WASTE.h"
-
- // ————• WASTE Picture Object——————————————————————————————————————————————————————————
- // ———• by Michael F. Kamprath, kamprath@earthlink.net
- // ————• rearchitected by Chris K. Thomas, chris.t@applelink.apple.com
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #ifdef __cplusplus
- OSErr WEObjPictureInstall(WEHandle inWaste = NULL);
- #else
- OSErr WEObjPictureInstall(WEHandle inWaste);
- #endif
-
- #ifdef __cplusplus
- }
- #endif